Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-216766 | CISC-RT-000380 | SV-216766r856444_rule | Medium |
Description |
---|
When Proxy ARP is enabled on a router, it allows that router to extend the network (at Layer 2) across multiple interfaces (LAN segments). Because proxy ARP allows hosts from different LAN segments to look like they are on the same segment, proxy ARP is only safe when used between trusted LAN segments. Attackers can leverage the trusting nature of proxy ARP by spoofing a trusted host and then intercepting packets. Proxy ARP should always be disabled on router interfaces that do not require it, unless the router is being used as a LAN bridge. |
STIG | Date |
---|---|
Cisco IOS XR Router RTR Security Technical Implementation Guide | 2024-06-06 |
Check Text ( C-17998r288681_chk ) |
---|
This requirement is not applicable for the DODIN Backbone. Review the router configuration to determine if IP Proxy ARP is enabled on any external interfaces as shown in the example below. interface GigabitEthernet0/0/0/1 description link to DISN ipv4 address x.1.12.2 255.255.255.252 proxy-arp If IP Proxy ARP is enabled on any external interface, this is a finding. |
Fix Text (F-17996r288682_fix) |
---|
This requirement is not applicable for the DODIN Backbone. Disable Proxy ARP on all external interfaces as shown in the example below. RP/0/0/CPU0:R3(config)#interface g0/0/0/1 RP/0/0/CPU0:R3(config-if)#no proxy-arp |